home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / software / poco / pocosetup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMAUTOCOMPLETE / TFRMAUTOCOMPLETE.txt
Text File  |  2003-07-29  |  4KB  |  178 lines

  1. object FrmAutoComplete: TFrmAutoComplete
  2.   Left = 402
  3.   Top = 128
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Message Shortcuts and Auto-Complete'
  7.   ClientHeight = 380
  8.   ClientWidth = 592
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poDefaultPosOnly
  17.   Scaled = False
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object GroupBox1: TElGroupBox
  23.     Left = 8
  24.     Top = 10
  25.     Width = 576
  26.     Height = 54
  27.     AutoDisableChildren = False
  28.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  29.     Caption = ' Message Body Auto-Complete '
  30.     Flat = False
  31.     FlatAlways = False
  32.     ShowFocus = False
  33.     TabOrder = 0
  34.     object cbEnable: TElCheckBox
  35.       Left = 38
  36.       Top = 22
  37.       Width = 233
  38.       Height = 20
  39.       Cursor = crDefault
  40.       Flat = True
  41.       Caption = 'Enable auto-complete after pressing'
  42.       TabOrder = 0
  43.       Color = clBtnFace
  44.       ParentColor = False
  45.       DoubleBuffered = False
  46.     end
  47.     object cbCharacter: TElComboBox
  48.       Left = 312
  49.       Top = 20
  50.       Width = 103
  51.       Height = 24
  52.       Cursor = crIBeam
  53.       UseCustomScrollBars = True
  54.       NotifyUserChangeOnly = True
  55.       BorderStyle = bsSingle
  56.       BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  57.       BtnArrowColor = clBlack
  58.       AltBtnWidth = 21
  59.       AutoCompletion = False
  60.       Items.Strings = (
  61.         '<space>'
  62.         '.'
  63.         ','
  64.         '#'
  65.         '*'
  66.         '/'
  67.         ';'
  68.         #39
  69.         '\')
  70.       ListSelectedColor = clHighlight
  71.       AutoSelect = True
  72.       TopMargin = 2
  73.       RightMargin = 5
  74.       LineBorderActiveColor = clBlack
  75.       LineBorderInactiveColor = clBlack
  76.       ParentColor = False
  77.       ReadOnly = True
  78.       TabOrder = 1
  79.       AltButtonShortcut = 0
  80.       ButtonShortcut = 0
  81.       Style = csDropDownList
  82.       ItemHeight = 16
  83.     end
  84.   end
  85.   object GroupBox2: TElGroupBox
  86.     Left = 8
  87.     Top = 76
  88.     Width = 576
  89.     Height = 249
  90.     AutoDisableChildren = False
  91.     BorderSides = [ebsLeft, ebsRight, ebsTop, ebsBottom]
  92.     Caption = ' Defined Auto-Complete Shortcuts '
  93.     Flat = False
  94.     FlatAlways = False
  95.     ShowFocus = False
  96.     TabOrder = 1
  97.     object Label1: TLabel
  98.       Left = 14
  99.       Top = 24
  100.       Width = 60
  101.       Height = 16
  102.       Caption = 'Shortcuts:'
  103.     end
  104.     object Label2: TLabel
  105.       Left = 132
  106.       Top = 24
  107.       Width = 99
  108.       Height = 16
  109.       Caption = 'Loaded Shortcut:'
  110.     end
  111.     object LblText: TLabel
  112.       Left = 132
  113.       Top = 50
  114.       Width = 239
  115.       Height = 16
  116.       Caption = 'Typing "" will instead insert following text:'
  117.     end
  118.     object lbShortcuts: TElAdvancedListBox
  119.       Left = 14
  120.       Top = 44
  121.       Width = 101
  122.       Height = 169
  123.       ItemHeight = 16
  124.       TabOrder = 0
  125.       OnClick = lbShortcutsClick
  126.       SelectedFont.Charset = DEFAULT_CHARSET
  127.       SelectedFont.Color = clHighlightText
  128.       SelectedFont.Height = -13
  129.       SelectedFont.Name = 'Arial'
  130.       SelectedFont.Style = []
  131.       HorizontalScroll = False
  132.     end
  133.     object EditShortcut: TElAdvancedEdit
  134.       Left = 260
  135.       Top = 20
  136.       Width = 129
  137.       Height = 24
  138.       TabOrder = 1
  139.     end
  140.     object MemoText: TElAdvancedMemo
  141.       Left = 130
  142.       Top = 68
  143.       Width = 435
  144.       Height = 171
  145.       TabOrder = 3
  146.     end
  147.     object BtnSave: TButton
  148.       Left = 403
  149.       Top = 21
  150.       Width = 92
  151.       Height = 23
  152.       Caption = '&Save'
  153.       TabOrder = 2
  154.       OnClick = BtnSaveClick
  155.     end
  156.     object BtnDelete: TButton
  157.       Left = 14
  158.       Top = 217
  159.       Width = 101
  160.       Height = 23
  161.       Caption = '&Delete'
  162.       TabOrder = 4
  163.       OnClick = BtnDeleteClick
  164.     end
  165.   end
  166.   object BtnClose: TButton
  167.     Left = 480
  168.     Top = 337
  169.     Width = 100
  170.     Height = 30
  171.     Cancel = True
  172.     Caption = 'Close'
  173.     Default = True
  174.     TabOrder = 2
  175.     OnClick = BtnCloseClick
  176.   end
  177. end
  178.